projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01a911e
)
(Man-notify-when-ready): Change new-frame to make-frame.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 6 May 1994 20:28:45 +0000
(20:28 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 6 May 1994 20:28:45 +0000
(20:28 +0000)
lisp/man.el
patch
|
blob
|
history
diff --git
a/lisp/man.el
b/lisp/man.el
index 6802ab787665fbf9c514191f48c58724caca1097..bbbc7519ea263add2fcac57f26f191f374e0b87e 100644
(file)
--- a/
lisp/man.el
+++ b/
lisp/man.el
@@
-487,7
+487,7
@@
See the variable `Man-notify' for the different notification behaviors."
;; the selected window's buffer.
(save-excursion
(set-buffer man-buffer)
- (
new
-frame Man-frame-parameters)))
+ (
make
-frame Man-frame-parameters)))
((eq Man-notify 'bully)
(and window-system
(frame-live-p Man-original-frame)